home *** CD-ROM | disk | FTP | other *** search
- ###############################################################################
- # #
- # Dust V1.84 - Copyright ©1994 by A.Maschke #
- # All rights reserved. #
- #-----------------------------------------------------------------------------#
- # #
- # Demonstration of water-waves #
- # #
- ###############################################################################
-
- This package shows the use and the results of the WATER-command. Actually,
- the algorithm is not finished now - but the results are pretty.
-
- 1. Description
-
- One or more rings are growing from the centre, this kind of wave
- is unharmonic and 3D. The parameters
-
- -amplitude
- -wavelength
- -wave-source
- -damping
- -number of rings
- -number of times wave-growing is performed (=maxsize of the rings)
-
- can be specified - there is a "best-guess"-function, too.
-
- 2. Syntax
-
- COMMAND WATER
- -----------------------------------------------------------------
- Purpose: create a realistic water-wave
- rings: how many waves are growing (1..3 looks good)
- times: how often the growing is performed, after the
- whole process the 1st wave will have a distance
- times*wavelength from the centre (should be 2..10)
- Usage: WATER(<objectID>,<frames>,<filename>,
- [<amplitude>,<wavelength>,<sourceX>,<sourceY>,
- <damping>,<times>,<rings>])
- Examples: water(1,40,obj,12.0,24,10,-10,1.6,4,1)
- water(1,60,ram:obj)
-
- 3. Notes
-
- The creation took me about 2 hours, creation means:
- -object-creation using Dust
- -rendering using Imagine
- -converting and building the anim.
-
-